projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404a00c
)
zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Thu, 10 Mar 2016 10:57:44 +0000
(16:27 +0530)
committer
Michal Simek
<
[email protected]
>
Wed, 13 Apr 2016 16:29:06 +0000
(18:29 +0200)
Enable ZYNQ_GPIO for ZynqMP using Kconfig. It enables the GPIO
driver support for ZynqMP.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 4d2cc500bfaf906d2b33394c3605c2974fdbc8cb..2b4624d7f8075c166916e9edb0784d630e97886c 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-138,7
+138,7
@@
config MVEBU_GPIO
config ZYNQ_GPIO
bool "Zynq GPIO driver"
- depends on DM_GPIO &&
ARCH_ZYNQ
+ depends on DM_GPIO &&
(ARCH_ZYNQ || ARCH_ZYNQMP)
default y
help
Supports GPIO access on Zynq SoC.